# Carnal Realms - Sacred Service scripted effects.
#
# Generic core vow transition. Religious modules and societies can layer their
# own rank progression, flags, rewards, and flavor on top of this effect.

cr_enter_sacred_service_effect = {
	if = {
		limit = { is_female = yes }
		if = {
			limit = { NOT = { trait = cr_sacred_prostitute_vow } }
			add_trait = cr_sacred_prostitute_vow
		}
	}
	else = {
		if = {
			limit = { NOT = { trait = cr_sacred_paramour_vow } }
			add_trait = cr_sacred_paramour_vow
		}
	}
	cr_grant_lustful_effect = yes
}
